Add get_meteonorm_tmy iotools function#2066
Closed
AdamRJensen wants to merge 3 commits into
Closed
Conversation
Member
|
Ooh, can we also get meteonorm horizon too? |
Member
Author
@mikofski I assume you're a user of it? If so, then thumb this up and I'll add it. |
Member
Author
|
Meteonorm is releasing a new API solution in the Fall of 2024, thus it does not make sense to develop an iotools function for the current API given that it will be outdated shortly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[ ] Closes #xxxxdocs/sphinx/source/referencefor API changes.docs/sphinx/source/whatsnewfor all changes. Includes link to the GitHub Issue with:issue:`num`or this Pull Request with:pull:`num`. Includes contributor name and/or GitHub username (link with:ghuser:`user`).remote-data) and Milestone are assigned to the Pull Request and linked Issue.This PR adds a function to retrieve TMY irradiance data from Meteonorm
pvlib.iotools.get_meteonorm_tmy. The PR completes my work on adding functions for the four major commercial irradiance data providers (the other being SolarAnywhere, Solcast, and Solargis).An API key for testing has been provided by Jan Remund from Meteotest. The API key has been added as a GitHub Secret with the name
METEONORM_API_KEY.